home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 7 (Japan) / Win 50 Game+ Vol. 7 (Japan).7z / Win 50 Game+ Vol. 7 (Japan).bin / lha_file / sheep11_.lzh / SH11SRC.LZH / ABOUT.DFM / ABOUT.txt
Text File  |  1996-05-30  |  2KB  |  75 lines

  1. object AboutBox: TAboutBox
  2.   Left = 188
  3.   Top = 279
  4.   ActiveControl = OKButton
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'ShepheldBoy Dialog'
  8.   ClientHeight = 111
  9.   ClientWidth = 232
  10.   Ctl3D = False
  11.   Font.Color = clBlack
  12.   Font.Height = -15
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 17
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 217
  22.     Height = 65
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProductName: TLabel
  27.       Left = 6
  28.       Top = 4
  29.       Width = 201
  30.       Height = 18
  31.       Caption = 'Shepheld Boy v1.1 by Danchan'
  32.       IsControl = True
  33.     end
  34.     object Version: TLabel
  35.       Left = 11
  36.       Top = 22
  37.       Width = 195
  38.       Height = 18
  39.       Caption = '(TAB02336@niftyserve.or.jp)'
  40.       IsControl = True
  41.     end
  42.     object Comment: TLabel
  43.       Left = 8
  44.       Top = 40
  45.       Width = 193
  46.       Height = 20
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       Font.Color = clBlack
  50.       Font.Height = -16
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       WordWrap = True
  55.       IsControl = True
  56.     end
  57.   end
  58.   object OKButton: TBitBtn
  59.     Left = 87
  60.     Top = 80
  61.     Width = 58
  62.     Height = 23
  63.     Font.Color = clBlack
  64.     Font.Height = -15
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     Kind = bkOK
  70.     Margin = 2
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74. end
  75.